19. Documentation
SOLUTION:
- Comments are useful for clarifying complex code
- Readable code is preferable over having comments to make your code readable
SOLUTION:
- Docstrings explain the purpose of a function or module
- You can add whatever details you want in a docstring